home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / SITES / RAND / UNSPLIT / text1081.txt < prev    next >
Encoding:
Text File  |  1997-02-06  |  972 b   |  22 lines

  1. > > BTW. I have done some changes as well. Most noticable is that all scroll lists
  2. > > are now scrollable by holding down the mouse button. Before you had to click
  3. > > for each line. You can even set the scrolling speed if you recompile it. :-)
  4. > > I wonder if we maybe should have a variable in the configure file to set the 
  5. > > scrolling speed for speed freeks? 
  6. > Yea, that'd be easy to do. Maybe it should also tie into the click-drag speed?
  7.  
  8. Maybe.
  9.  
  10. > To add a new option, create a new global variable, and add an extra line in
  11. > the options array at the top of DEU.C Set it to be OPT_INTEGER or whatever,
  12. > and give it a long name for the .INI file (short name for command line) and
  13. > give it a pointer to the new variable. Thats it. The easy way to do it is
  14. > just to copy another row in the table. :)
  15.  
  16. Well, I might do it or you can do it your self. I use a global variable now and
  17. sets it to 75ms (I think :-)) so it should be very easy.
  18.  
  19. //Magnus Kollberg
  20.  
  21.